Tree.traverse_nothrow

Traverse the Tree starting from its root Node applying a visitor at all nodes.

NOTE: if you are sure that TreeVisitor is nothrow, you can use this method

struct Tree
const
void
traverse_nothrow

Meta